forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(intersection): handle pass judge after red/arrow-signal to ignore NPCs after the signal changed to green again #1602
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…owarefoundation#5910) Signed-off-by: Mamoru Sobue <[email protected]>
…5972) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…usion detection and 1st/2nd attention lane (autowarefoundation#6047) Signed-off-by: Mamoru Sobue <[email protected]>
…ation (autowarefoundation#6036) * feat(behavior_velocity): add the option to keep the last valid observation Signed-off-by: Mamoru Sobue <[email protected]> * keep_last_observation is false by default and intersection/traffic_light is explicily true Signed-off-by: Mamoru Sobue <[email protected]> * for intersection Signed-off-by: Mamoru Sobue <[email protected]> --------- Signed-off-by: Mamoru Sobue <[email protected]>
…utowarefoundation#6134) Signed-off-by: Mamoru Sobue <[email protected]>
…tuation to blame past detection fault retrospectively (autowarefoundation#6143) Signed-off-by: Mamoru Sobue <[email protected]>
…cclusion detection (autowarefoundation#6207) Signed-off-by: Mamoru Sobue <[email protected]>
… occlusion detection is OFF (autowarefoundation#6279) Signed-off-by: Mamoru Sobue <[email protected]>
…ation#6286) Signed-off-by: Mamoru Sobue <[email protected]>
…ion#6315) Signed-off-by: Mamoru Sobue <[email protected]>
… class tag for occlusion (autowarefoundation#6299) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
…refoundation#6829) Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Quality Gate passedIssues Measures |
soblin
requested review from
satoshi-ota,
shmpwk,
tkimura4,
rej55,
isamu-takagi,
kosuke55,
kyoichi-sugahara and
mkuri
as code owners
October 23, 2024 12:33
soblin
requested review from
maxime-clem,
taikitanaka3,
takayuki5168 and
TomohitoAndo
as code owners
October 23, 2024 12:33
takayuki5168
approved these changes
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
#1601 に依存
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.